Welcome![Sign In][Sign Up]
Location:
Search - shell ucos

Search list

[Shell apiGENIE-SHELL

Description: Genie-shell for ucos 一、 基本要求(必做) (1) 设计并实现ucos的shell模型 (2) 实现简单的Shell命令 hostname命令在屏幕上打印一句话,即自定义的本机名称。 hello 命令可以带多个参数,如hello a b c d,回车后会显示: hello,I am Genie your argv is: a b c d (3)实现在串口和LCD的同步显示,即所有的命令操作过程都要显示在串口和LCD上。 二、 提高要求(选做) 自己设计几条新的命令,比如输入time即可显示时间,输入data即可显示日期或者可以通过命令设置时间和日期等。 -Genie - shell for TRACK 1, basic requirements (regimen) (1) design and implement CENTER shell model (2) to achieve a simple Shel l command hostname command on the screen print a word that is, since the definition of the machine name. Hello orders can take a number of parameters, such as hello a b c d, Enter will show : hello, I am your argv Genie is : a b c d (3) Achieve the serial synchronous and LCD display, that is, all the orders must show that the process of the serial and LCD. Two, raising requirements (election so) designed several new orders, such as the importation of time will be shown, input data can indicate the date or can be ordered through the set-up time and date.
Platform: | Size: 394538 | Author: 天地殇 | Hits:

[Other resourceEXL2-shell

Description: ucos环境下 8个c语言源代码程序举例
Platform: | Size: 8142 | Author: wang | Hits:

[Other resourceshell

Description: 一个带有shell的ucos工程,在keil下打开工程后debug运行,可以通过串行窗口与ucos进行交互,实现了几个简单的命令如help,clr等,大家可以自己加一些其他的命令
Platform: | Size: 256875 | Author: jack | Hits:

[Other resourceuCOS-II_Resource

Description: 整理了下uCOS的相关资源,包括uCOS2.52/2.76/2.86,uC/FS uC/GUI uC/TCPIP shell源代码,及其在windows上的模拟例子,还包括Wsim的一个windows模拟工程等
Platform: | Size: 20701614 | Author: shevsten | Hits:

[uCOSuCOS

Description: uCOS的相关资源,其中有uCOS2.52/2.76/2.86,uC/FS uC/GUI uC/TCPIP shell的源代码,还有在windows上的模拟实例。
Platform: | Size: 20701618 | Author: fei2009xue | Hits:

[uCOSSTM32C串口shell

Description: 一个基于STM32F103的串口shell程序,运行于ucos上,IAR代码,直接用IAR6.10打开编译下载即可运行。
Platform: | Size: 736930 | Author: fireboy9@21cn.com | Hits:

[uCOSucos51shellv2

Description: uCOS 51 Shell V2.
Platform: | Size: 61440 | Author: 葛锐 | Hits:

[SCMucos51在KeilC51上仿真运行

Description: Demo程序经Keil701编译后,代码量为7-8K,可直接在KeilC51上仿真运行。 使用方法:解压后双击yy项目,点调试即可在串口仿真看到结果。 Demo程序创建了3个任务A、B、C优先级分别为2、3、4,A每秒显示一次,B每3秒显示一次,C每6秒显示一次。从显示结果看,显示3个A后显示1个B,显示6个A和2个B后显示1个C,结果显然正确。用户可以仿照范例运用更多系统API函数写出自己的程序。只要程序中有显示语句就可以用软件仿真器看结果。注意:系统提供的显示函数是并发的,他不是直接显示到串口,而是先输出到显存,用户不必担心IO慢速操作影响程序运行。串口输入也采用了同样的技术,他使得用户在CPU忙于处理其他任务时照样可以盲打输入命令。 将EXL2-shell目录下的文件覆盖yy目录下的同名文件,将word.c、yyshell.c、yyshellsub.c、mystring.c加入项目,删除yy1.c,编译后调试即可。输入help可得到在线帮助,具体命令用法见文章说明。 yangye网友推荐http://www.sics.se/~adam/lwip/网站学习TCPIP,该网站开放源代码的lwip是专为8bit和16bitMCU设计的TCPIP协议栈,已在多种CPU上移植成功,推荐大家下载。-Demo processes Keil701 compiler, code capacity of 7-8K to be directly in KeilC51 on simulation run. Use : unpacked click yy, debugging points in the serial simulation can see the result. Demo procedures for the creation of three task A, B, C priority for 2,3,4, A second shows a B every three seconds a show, C every six seconds a show. Looking at the results from the show, a show three shows a B, showed six A and two B shows a C, the result is obviously correct. Users can use more modeled on the example of system API function to write their own procedures. As long as the procedures are shown on the statement can be used simulation software for the outcome. Note : the system provides display function is complicated, and he is not a direct indication of the serial port, but before the output
Platform: | Size: 731136 | Author: 套件 | Hits:

[uCOSucos51shell

Description: ucos-II的shell开发,指示性代码,主要针对8051单片机,包括相关控件函数(转载)-CENTER-II shell development, indicative code, mainly aimed at 8051, including relevant control function (reproduced)
Platform: | Size: 168960 | Author: 张正 | Hits:

[uCOSucos_vc

Description: ucos是一个非常优秀的嵌入式操作系统,但作者只提供了bc下测试与调试代码,非常难于调试与学习,特别是初学者。vc是windows下非常优秀的IDE,如果把ucos移植到vc下运行,将非常方便ucos的调试与学习,有利于于ucos的推广。此项目的目的是希望能够把ucos及其相关的文件系统ucfs,GUI界面ucgui,网络tcp/ip都移植过来,方便广大爱好者学习。版本历史:ucos_vc0.11 时间:20050409描述:继续移植了Genie shell for UCOS II,为下一步文件系统的实现做准备ucos_vc0.1:时间:20050403描述:移植了完整的ucos到vc下,实现了vc下的ucos多任务系统-CENTER is a very good embedded operating system, the authors provided only bc under test and debug code is very difficult to debug and learning, especially beginners. Vc under windows is excellent IDE, if transplanted to vc CENTER run, it will be quite easy CENTER debugging and learning, is conducive to the promotion CENTER. The objective of this project is to be able to give CENTER and its associated file system ucfs, ucgui GUI interface, network tcp/ip all transplant, the majority of enthusiasts facilitate learning. Version History : ucos_vc0.11 Time : 20050409 Description : to transplant the shell for UCOS Genie II, the next step for the realization of file system to prepare ucos_vc0.1 : Time : 20050403 Description : transplant a complete CENTER to vc, the achievement of the vc TRACK
Platform: | Size: 1072128 | Author: 无恒 | Hits:

[uCOSmyucos2

Description: kei1 c51 移植的ucos2 直接运行我的工程文件可以进入shell界面 里面我修改堆栈地使用方法,内部中文解说-kei1 transplant operation ucos2 direct my engineering documents can enter inside my shell interface changes to the use of stack, internal Chinese Commentary
Platform: | Size: 227328 | Author: 陈亮 | Hits:

[SCMucos51v2021

Description: uC/OS-II在51上移植的完整源代码V1.0,包含shell源码。双击yy.uv2可以直接进行软件仿真。该代码解决了重入问题,对串口进行了特殊处理,不占用任务号,基于中断实现。该代码通过了软件仿真、硬件仿真、固化测试,请放心使用-uC/OS-II in 51 transplant on the integrity of the source code V1.0 contains shell source. Double-click yy.uv2 direct simulation software. The code to solve the problems go back to the serial port of special treatment, off-task, based on the realization of interruption. The code of the software through simulation, hardware emulation, curing test, please rest assured that the use of
Platform: | Size: 263168 | Author: 陈小明 | Hits:

[uCOSucosii4skyeye184

Description: 基于uCOS操作系统的功能强大的源代码,包括shell,lwip支持AT91处理器-based on the powerful operating system source code, including the shell, lwip support porting processor
Platform: | Size: 278528 | Author: Newton81 | Hits:

[uCOSucos_shell

Description: uc/os下的一个简单的shell源码。-uc/os of a simple shell source.
Platform: | Size: 7168 | Author: 王林 | Hits:

[Shell apiGENIE-SHELL

Description: Genie-shell for ucos 一、 基本要求(必做) (1) 设计并实现ucos的shell模型 (2) 实现简单的Shell命令 hostname命令在屏幕上打印一句话,即自定义的本机名称。 hello 命令可以带多个参数,如hello a b c d,回车后会显示: hello,I am Genie your argv is: a b c d (3)实现在串口和LCD的同步显示,即所有的命令操作过程都要显示在串口和LCD上。 二、 提高要求(选做) 自己设计几条新的命令,比如输入time即可显示时间,输入data即可显示日期或者可以通过命令设置时间和日期等。 -Genie- shell for TRACK 1, basic requirements (regimen) (1) design and implement CENTER shell model (2) to achieve a simple Shel l command hostname command on the screen print a word that is, since the definition of the machine name. Hello orders can take a number of parameters, such as hello a b c d, Enter will show : hello, I am your argv Genie is : a b c d (3) Achieve the serial synchronous and LCD display, that is, all the orders must show that the process of the serial and LCD. Two, raising requirements (election so) designed several new orders, such as the importation of time will be shown, input data can indicate the date or can be ordered through the set-up time and date.
Platform: | Size: 690176 | Author: 天地殇 | Hits:

[uCOSEXL2-shell

Description: ucos环境下 8个c语言源代码程序举例-uCOS environment 8 c language source code for the procedure, for example
Platform: | Size: 8192 | Author: wang | Hits:

[uCOSshell

Description: 一个带有shell的ucos工程,在keil下打开工程后debug运行,可以通过串行窗口与ucos进行交互,实现了几个简单的命令如help,clr等,大家可以自己加一些其他的命令-With a shell of uCOS works to open the project in keil after the debug run through serial uCOS interact with the window, realize a few simple commands such as help, clr and so on, everyone can add some other commands
Platform: | Size: 385024 | Author: | Hits:

[uCOSuCOS-II_Resource

Description: 整理了下uCOS的相关资源,包括uCOS2.52/2.76/2.86,uC/FS uC/GUI uC/TCPIP shell源代码,及其在windows上的模拟例子,还包括Wsim的一个windows模拟工程等 -UCOS compiled under the relevant resources, including uCOS2.52/2.76/2.86, uC/FS uC/GUI uC/TCPIP shell source code, and its windows on the simulation examples, including a windows simulation Wsim engineering
Platform: | Size: 20701184 | Author: shevsten | Hits:

[uCOSuCOS51shell

Description: ucos - 8051 -shell 大家可以参考这个 写的不错-ucos- 8051-shell everyone can refer to this well written
Platform: | Size: 168960 | Author: jasonasdf | Hits:

[uCOStinySH-uCOS-II

Description: 本人决定将自己的镇山之宝拿出来与大家分享一下。该模块是从本人开发的现成产品代码里独立出来的。现成的工程,不需要修改,开源,用MDK411打开。硬件上只要有一个带USART1的STM32F10x的开发板,25M外部晶振,即可立即体验tinySH提供的便捷。 tinySH是运用于单片机上的命令行交互接口,方便系统调试与维护。 该接口类似linux的shell,有ls, cd, tree, exit, ps, reset, halt等命。不同的是,该接口不需要文件系统的支持,容量小。程序员可以在root目录下扩展目录与命令。-Ready-made project, without modification, with MDK411 open. With the hardware as long as there is a development board USART1 of STM32F10x, 25M external crystal, you can immediately experience the tinySH provided convenient. tinySH chip is used on the command line interactive interface to facilitate system debugging and maintenance. The interface similar to the linux shell, with ls, cd, tree, exit, ps, reset, halt, etc. life. The difference is that the interface does not require file system support, small capacity. Programmers can extend the directory in the root directory with the command.
Platform: | Size: 327680 | Author: | Hits:
« 12 »

CodeBus www.codebus.net